home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global stat, tempo, sonix
- set tempo to the timer / 60
- set tempo to string(tempo)
- set the text of cast 51 to tempo
- if rollOver(4) or rollOver(10) then
- if (soundBusy(2) = 0) and (sonix = 0) then
- sound playFile 2, "..\som\hotgin.wav"
- set sonix to 1
- end if
- onVis(10)
- else
- set sonix to 0
- if checkVis(10) = 0 then
- onVis(10)
- else
- InVis(10)
- end if
- end if
- Loopframe()
- end
-